fix variable

Andrew Cantino 9 years ago
parent
commit
00fe4081d0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/models/agents/rss_agent.rb

+ 2 - 2
app/models/agents/rss_agent.rb

@@ -94,9 +94,9 @@ module Agents
94 94
               })
95 95
             end
96 96
           end
97
-          log "Fetched #{interpolated['url']} and created #{created_event_count} event(s)."
97
+          log "Fetched #{url} and created #{created_event_count} event(s)."
98 98
         else
99
-          error "Failed to fetch #{interpolated['url']}: #{response.inspect}"
99
+          error "Failed to fetch #{url}: #{response.inspect}"
100 100
         end
101 101
       end
102 102
     end